[INFO] cloning repository https://github.com/DSFY-ll/bobnigger
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/DSFY-ll/bobnigger" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDSFY-ll%2Fbobnigger", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDSFY-ll%2Fbobnigger'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 85db09d2c430780592fea82eba5537d61d280a4b
[INFO] fixing DSFY-ll/bobnigger against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDSFY-ll%2Fbobnigger" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/DSFY-ll/bobnigger
[INFO] finished tweaking git repo https://github.com/DSFY-ll/bobnigger
[INFO] tweaked toml for git repo https://github.com/DSFY-ll/bobnigger written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/DSFY-ll/bobnigger on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/DSFY-ll/bobnigger already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded copy_to_output v2.2.0
[INFO] [stderr]   Downloaded emath v0.33.0
[INFO] [stderr]   Downloaded ecolor v0.33.0
[INFO] [stderr]   Downloaded egui_glow v0.33.0
[INFO] [stderr]   Downloaded egui-winit v0.33.0
[INFO] [stderr]   Downloaded epaint v0.33.0
[INFO] [stderr]   Downloaded egui v0.33.0
[INFO] [stderr]   Downloaded epaint_default_fonts v0.33.0
[INFO] [stderr]   Downloaded glam v0.30.9
[INFO] [stderr]   Downloaded orbclient v0.3.49
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 3e30685d2a187db3321b6a477db1a01aac4fab3bfc23b09e1240a0a8e73ee8fc
[INFO] running `Command { std: "docker" "start" "3e30685d2a187db3321b6a477db1a01aac4fab3bfc23b09e1240a0a8e73ee8fc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "3e30685d2a187db3321b6a477db1a01aac4fab3bfc23b09e1240a0a8e73ee8fc" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3e30685d2a187db3321b6a477db1a01aac4fab3bfc23b09e1240a0a8e73ee8fc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "3e30685d2a187db3321b6a477db1a01aac4fab3bfc23b09e1240a0a8e73ee8fc" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling quote v1.0.42
[INFO] [stderr]    Compiling unicode-ident v1.0.22
[INFO] [stderr]     Checking cfg-if v1.0.4
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]     Checking log v0.4.28
[INFO] [stderr]     Checking once_cell v1.21.3
[INFO] [stderr]     Checking bitflags v2.10.0
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling find-msvc-tools v0.1.4
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling pkg-config v0.3.32
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]     Checking libloading v0.8.9
[INFO] [stderr]    Compiling cc v1.2.45
[INFO] [stderr]     Checking linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]     Checking dlib v0.5.2
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling wayland-sys v0.31.7
[INFO] [stderr]    Compiling cfg_aliases v0.2.1
[INFO] [stderr]    Compiling syn v2.0.109
[INFO] [stderr]    Compiling zerocopy v0.8.27
[INFO] [stderr]     Checking stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]     Checking downcast-rs v1.2.1
[INFO] [stderr]     Checking scoped-tls v1.0.1
[INFO] [stderr]    Compiling wayland-client v0.31.11
[INFO] [stderr]    Compiling khronos_api v3.1.0
[INFO] [stderr]    Compiling xml-rs v0.8.28
[INFO] [stderr]    Compiling quick-xml v0.37.5
[INFO] [stderr]    Compiling wayland-backend v0.3.11
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling gl_generator v0.14.0
[INFO] [stderr]    Compiling x11-dl v2.21.0
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling wayland-scanner v0.31.7
[INFO] [stderr]    Compiling autocfg v1.5.0
[INFO] [stderr]     Checking linux-raw-sys v0.4.15
[INFO] [stderr]     Checking percent-encoding v2.3.2
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]    Compiling generic-array v0.14.9
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]     Checking slab v0.4.11
[INFO] [stderr]     Checking writeable v0.6.2
[INFO] [stderr]     Checking litemap v0.8.1
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]     Checking lock_api v0.4.14
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]     Checking zeroize v1.8.2
[INFO] [stderr]     Checking cursor-icon v1.2.0
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]     Checking x11rb-protocol v0.13.2
[INFO] [stderr]     Checking as-raw-xcb-connection v1.0.1
[INFO] [stderr]    Compiling icu_properties_data v2.1.1
[INFO] [stderr]    Compiling smithay-client-toolkit v0.19.2
[INFO] [stderr]     Checking ttf-parser v0.25.1
[INFO] [stderr]     Checking xkeysym v0.2.1
[INFO] [stderr]    Compiling icu_normalizer_data v2.1.1
[INFO] [stderr]     Checking xcursor v0.3.10
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]     Checking yoke v0.8.1
[INFO] [stderr]    Compiling bytemuck_derive v1.10.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking polling v3.11.0
[INFO] [stderr]     Checking gethostname v1.1.0
[INFO] [stderr]     Checking owned_ttf_parser v0.25.1
[INFO] [stderr]     Checking zerotrie v0.2.3
[INFO] [stderr]     Checking zerovec v0.11.5
[INFO] [stderr]     Checking wayland-csd-frame v0.3.0
[INFO] [stderr]     Checking rustls-pki-types v1.13.0
[INFO] [stderr]     Checking bytemuck v1.24.0
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking calloop v0.13.0
[INFO] [stderr]     Checking tinystr v0.8.2
[INFO] [stderr]     Checking potential_utf v0.1.4
[INFO] [stderr]     Checking icu_locale_core v2.1.1
[INFO] [stderr]     Checking wayland-protocols v0.32.9
[INFO] [stderr]     Checking icu_collections v2.1.1
[INFO] [stderr]     Checking wayland-cursor v0.31.11
[INFO] [stderr]     Checking calloop-wayland-source v0.3.0
[INFO] [stderr]     Checking memmap2 v0.9.9
[INFO] [stderr]    Compiling winit v0.30.12
[INFO] [stderr]     Checking pin-project-lite v0.2.16
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]     Checking itoa v1.0.15
[INFO] [stderr]     Checking tracing-core v0.1.34
[INFO] [stderr]     Checking ab_glyph_rasterizer v0.1.10
[INFO] [stderr]     Checking raw-window-handle v0.6.2
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]     Checking icu_provider v2.1.1
[INFO] [stderr]     Checking ab_glyph v0.2.32
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]     Checking xkbcommon-dl v0.4.2
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling glutin_egl_sys v0.7.1
[INFO] [stderr]    Compiling glutin_glx_sys v0.6.1
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]     Checking nohash-hasher v0.2.0
[INFO] [stderr]     Checking untrusted v0.9.0
[INFO] [stderr]     Checking smol_str v0.2.2
[INFO] [stderr]     Checking dpi v0.1.2
[INFO] [stderr]     Checking bytes v1.10.1
[INFO] [stderr]     Checking fnv v1.0.7
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]     Checking epaint_default_fonts v0.33.0
[INFO] [stderr]     Checking emath v0.33.0
[INFO] [stderr]     Checking profiling v1.0.17
[INFO] [stderr]    Compiling libm v0.2.15
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking icu_properties v2.1.1
[INFO] [stderr]     Checking icu_normalizer v2.1.1
[INFO] [stderr]     Checking http v1.3.1
[INFO] [stderr]     Checking ecolor v0.33.0
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking epaint v0.33.0
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling memoffset v0.9.1
[INFO] [stderr]    Compiling glutin v0.32.3
[INFO] [stderr]    Compiling rustls v0.23.35
[INFO] [stderr]     Checking simd-adler32 v0.3.7
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]     Checking unicode-segmentation v1.12.0
[INFO] [stderr]    Compiling fs_extra v1.3.0
[INFO] [stderr]    Compiling build-target v0.4.0
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]     Checking adler2 v2.0.1
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]    Compiling copy_to_output v2.2.0
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking rustls-webpki v0.103.8
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling glutin-winit v0.5.0
[INFO] [stderr]    Compiling nix v0.30.1
[INFO] [stderr]     Checking utf-8 v0.7.6
[INFO] [stderr]     Checking winnow v0.7.13
[INFO] [stderr]     Checking ryu v1.0.20
[INFO] [stderr]     Checking utf8_iter v1.0.4
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]     Checking base64 v0.22.1
[INFO] [stderr]     Checking egui v0.33.0
[INFO] [stderr]     Checking web-time v1.1.0
[INFO] [stderr]    Compiling virtue v0.0.18
[INFO] [stderr]     Checking subtle v2.6.1
[INFO] [stderr]     Checking cpufeatures v0.2.17
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking ureq-proto v0.5.2
[INFO] [stderr]    Compiling strum_macros v0.27.2
[INFO] [stderr]    Compiling bincode_derive v2.0.1
[INFO] [stderr]     Checking wayland-protocols-wlr v0.3.9
[INFO] [stderr]     Checking wayland-protocols-plasma v0.3.9
[INFO] [stderr]     Checking toml_parser v1.0.4
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking crossbeam-deque v0.8.6
[INFO] [stderr]     Checking flate2 v1.1.5
[INFO] [stderr]    Compiling deadlocked v4.2.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking crossbeam-queue v0.3.12
[INFO] [stderr]     Checking x11rb v0.13.2
[INFO] [stderr]     Checking crossbeam-channel v0.5.15
[INFO] [stderr]     Checking webpki-roots v1.0.4
[INFO] [stderr]     Checking rustls-pemfile v2.2.0
[INFO] [stderr]     Checking form_urlencoded v1.2.2
[INFO] [stderr]     Checking toml_datetime v0.7.3
[INFO] [stderr]     Checking serde_spanned v1.0.3
[INFO] [stderr]     Checking env_filter v0.1.4
[INFO] [stderr]     Checking toml_writer v1.0.4
[INFO] [stderr]     Checking glow v0.16.0
[INFO] [stderr]     Checking data-encoding v2.9.0
[INFO] [stderr]     Checking unty v0.0.4
[INFO] [stderr]     Checking ureq v3.1.2
[INFO] [stderr]     Checking bincode v2.0.1
[INFO] [stderr]     Checking toml v0.9.8
[INFO] [stderr]     Checking env_logger v0.11.8
[INFO] [stderr]     Checking tungstenite v0.28.0
[INFO] [stderr]     Checking crossbeam v0.8.4
[INFO] [stderr]     Checking url v2.5.7
[INFO] [stderr]     Checking strum v0.27.2
[INFO] [stderr]     Checking rand_distr v0.5.1
[INFO] [stderr]     Checking uuid v1.18.1
[INFO] [stderr]     Checking glam v0.30.9
[INFO] [stderr]     Checking arboard v3.6.1
[INFO] [stderr]     Checking egui-winit v0.33.0
[INFO] [stderr]     Checking egui_glow v0.33.0
[INFO] [stdout] error: couldn't read `src/ui/../../resources/CS2GunIcons.ttf`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/ui/app.rs:267:21
[INFO] [stdout]     |
[INFO] [stdout] 267 |     let cs2_icons = include_bytes!("../../resources/CS2GunIcons.ttf");
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/ui/../../resources/CS2GunIcons.ttf`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/ui/app.rs:267:21
[INFO] [stdout]     |
[INFO] [stdout] 267 |     let cs2_icons = include_bytes!("../../resources/CS2GunIcons.ttf");
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/ui/app.rs:308:33
[INFO] [stdout]     |
[INFO] [stdout] 308 |     let bg_stroke = Stroke::new(1.0, Colors::SUBTEXT);
[INFO] [stdout]     |                                 ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout]     = note: `#[warn(float_literal_f32_fallback)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/ui/app.rs:309:33
[INFO] [stdout]     |
[INFO] [stdout] 309 |     let fg_stroke = Stroke::new(1.0, Colors::TEXT);
[INFO] [stdout]     |                                 ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/ui/app.rs:310:35
[INFO] [stdout]     |
[INFO] [stdout] 310 |     let dark_stroke = Stroke::new(1.0, Colors::BASE);
[INFO] [stdout]     |                                   ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/ui/overlay.rs:326:52
[INFO] [stdout]     |
[INFO] [stdout] 326 |         painter.line(vec![v1, v2, v3], Stroke::new(1.0, Color32::WHITE));
[INFO] [stdout]     |                                                    ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/ui/overlay.rs:364:60
[INFO] [stdout]     |
[INFO] [stdout] 364 |                 painter.line_segment([p0, p1], Stroke::new(1.0, Color32::WHITE));
[INFO] [stdout]     |                                                            ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/ui/app.rs:308:33
[INFO] [stdout]     |
[INFO] [stdout] 308 |     let bg_stroke = Stroke::new(1.0, Colors::SUBTEXT);
[INFO] [stdout]     |                                 ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout]     = note: `#[warn(float_literal_f32_fallback)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/ui/app.rs:309:33
[INFO] [stdout]     |
[INFO] [stdout] 309 |     let fg_stroke = Stroke::new(1.0, Colors::TEXT);
[INFO] [stdout]     |                                 ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/ui/app.rs:310:35
[INFO] [stdout]     |
[INFO] [stdout] 310 |     let dark_stroke = Stroke::new(1.0, Colors::BASE);
[INFO] [stdout]     |                                   ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/ui/overlay.rs:326:52
[INFO] [stdout]     |
[INFO] [stdout] 326 |         painter.line(vec![v1, v2, v3], Stroke::new(1.0, Color32::WHITE));
[INFO] [stdout]     |                                                    ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/ui/overlay.rs:364:60
[INFO] [stdout]     |
[INFO] [stdout] 364 |                 painter.line_segment([p0, p1], Stroke::new(1.0, Color32::WHITE));
[INFO] [stdout]     |                                                            ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `deadlocked` (bin "deadlocked") due to 1 previous error; 5 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `deadlocked` (bin "deadlocked" test) due to 1 previous error; 5 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "3e30685d2a187db3321b6a477db1a01aac4fab3bfc23b09e1240a0a8e73ee8fc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3e30685d2a187db3321b6a477db1a01aac4fab3bfc23b09e1240a0a8e73ee8fc", kill_on_drop: false }`
[INFO] [stdout] 3e30685d2a187db3321b6a477db1a01aac4fab3bfc23b09e1240a0a8e73ee8fc
